You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ComputeOptimizer::Types::UpdateEnrollmentStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::UpdateEnrollmentStatusResponse
- Defined in:
- (unknown)
Overview
Returned by:
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.
Possible values:
- Active
- Inactive
- Pending
- Failed
#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.