Class: Aws::Types::OrganizationConformancePackStatus
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationConformancePackStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#organization_conformance_pack_name ⇒ ::String
Returns the value of attribute organization_conformance_pack_name.
-
#status ⇒ "CREATE_SUCCESSFUL", ...
Returns the value of attribute status.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def @error_message end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def last_update_time @last_update_time end |
#organization_conformance_pack_name ⇒ ::String
Returns the value of attribute organization_conformance_pack_name.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def organization_conformance_pack_name @organization_conformance_pack_name end |
#status ⇒ "CREATE_SUCCESSFUL", ...
Returns the value of attribute status.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def status @status end |