Class: Aws::Types::OrganizationConfigRuleStatus

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)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def error_message
  @error_message
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


1617
1618
1619
# File 'sig/types.rbs', line 1617

def last_update_time
  @last_update_time
end

#organization_config_rule_name::String

Returns the value of attribute organization_config_rule_name.

Returns:

  • (::String)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def organization_config_rule_name
  @organization_config_rule_name
end

#organization_rule_status"CREATE_SUCCESSFUL", ...

Returns the value of attribute organization_rule_status.

Returns:

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


1614
1615
1616
# File 'sig/types.rbs', line 1614

def organization_rule_status
  @organization_rule_status
end