ReviewDetails
public struct ReviewDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The associated support center case ID (if any).
Declaration
Swift
public let caseId: String?
-
The status of the latest review of your account. The status can be one of the following: PENDING – We have received your appeal and are in the process of reviewing it. GRANTED – Your appeal has been reviewed and your production access has been granted. DENIED – Your appeal has been reviewed and your production access has been denied. FAILED – An internal error occurred and we didn’t receive your appeal. You can submit your appeal again.
Declaration
Swift
public let status: ReviewStatus?
-
Undocumented
Declaration
Swift
public init(caseId: String? = nil, status: ReviewStatus? = nil)