You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::ReviewDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object that contains information about your account details review.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

The associated support center case ID (if any).

Returns:

  • (String)

    The associated support center case ID (if any).

#statusString

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.

    Possible values:

    • PENDING
    • FAILED
    • GRANTED
    • DENIED

Returns:

  • (String)

    The status of the latest review of your account.