Class: Aws::Types::ConflictException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def message
  @message
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def resource_identifier
  @resource_identifier
end

#resource_type ⇒ "RESPONSE_PLAN", ...

Returns the value of attribute resource_type.

Returns:

  • ("RESPONSE_PLAN", "INCIDENT_RECORD", "TIMELINE_EVENT", "REPLICATION_SET", "RESOURCE_POLICY")


126
127
128
# File 'sig/types.rbs', line 126

def resource_type
  @resource_type
end

#retry_after ⇒ ::Time

Returns the value of attribute retry_after.

Returns:

  • (::Time)


127
128
129
# File 'sig/types.rbs', line 127

def retry_after
  @retry_after
end