Class: Aws::Types::OrganizationConformancePackDetailedStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1633
1634
1635
# File 'sig/types.rbs', line 1633

def 
  @account_id
end

#conformance_pack_name::String

Returns the value of attribute conformance_pack_name.

Returns:

  • (::String)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def conformance_pack_name
  @conformance_pack_name
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def error_message
  @error_message
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def last_update_time
  @last_update_time
end

#status"CREATE_SUCCESSFUL", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_SUCCESSFUL", "CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_SUCCESSFUL", "DELETE_FAILED", "DELETE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_IN_PROGRESS", "UPDATE_FAILED")


1635
1636
1637
# File 'sig/types.rbs', line 1635

def status
  @status
end