Class: Aws::Types::OrganizationConformancePackStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def error_message
  @error_message
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

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


1644
1645
1646
# File 'sig/types.rbs', line 1644

def status
  @status
end