Class: Aws::ComputeOptimizer::Types::UpdateEnrollmentStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::UpdateEnrollmentStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The enrollment status of the account.
-
#status_reason ⇒ String
The reason for the enrollment status of the account.
Instance Attribute Details
#status ⇒ String
The enrollment status of the account.
6670 6671 6672 6673 6674 6675 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6670 class UpdateEnrollmentStatusResponse < Struct.new( :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the enrollment status of the account. For example, an account might show a status of ‘Pending` because member accounts of an organization require more time to be enrolled in the service.
6670 6671 6672 6673 6674 6675 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6670 class UpdateEnrollmentStatusResponse < Struct.new( :status, :status_reason) SENSITIVE = [] include Aws::Structure end |