UserStackAssociationError
public struct UserStackAssociationError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
Declaration
Swift
public let errorCode: UserStackAssociationErrorCode?
-
The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.
Declaration
Swift
public let errorMessage: String?
-
Information about the user and associated stack.
Declaration
Swift
public let userStackAssociation: UserStackAssociation?
-
Undocumented
Declaration
Swift
public init(errorCode: UserStackAssociationErrorCode? = nil, errorMessage: String? = nil, userStackAssociation: UserStackAssociation? = nil)