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

Class: Aws::ComputeOptimizer::Types::GetEnrollmentStatusResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#member_accounts_enrolledBoolean

Confirms the enrollment status of member accounts within the organization, if the account is a master account of an organization.

Returns:

  • (Boolean)

    Confirms the enrollment status of member accounts within the organization, if the account is a master account of an organization.

#statusString

The enrollment status of the account.

Possible values:

  • Active
  • Inactive
  • Pending
  • Failed

Returns:

  • (String)

    The enrollment status of the account.

#status_reasonString

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.

Returns:

  • (String)

    The reason for the enrollment status of the account.