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.
7222 7223 7224 7225 7226 7227 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7222 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.
7222 7223 7224 7225 7226 7227 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7222 class UpdateEnrollmentStatusResponse < Struct.new( :status, :status_reason) SENSITIVE = [] include Aws::Structure end |