Class: Aws::ComputeOptimizer::Types::UpdateEnrollmentStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The enrollment status of the account.

Returns:

  • (String)


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_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)


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