RootCauseException

public struct RootCauseException : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The message of the exception.

    Declaration

    Swift

    public let message: String?
  • The name of the exception.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(message: String? = nil, name: String? = nil)