TestRoleResponse

public struct TestRoleResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

    Declaration

    Swift

    public let messages: [String]?
  • If the operation is successful, this value is true; otherwise, the value is false.

    Declaration

    Swift

    public let success: String?
  • Undocumented

    Declaration

    Swift

    public init(messages: [String]? = nil, success: String? = nil)