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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/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)


5810
5811
5812
5813
5814
5815
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5810

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)


5810
5811
5812
5813
5814
5815
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5810

class UpdateEnrollmentStatusResponse < Struct.new(
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end