Class: Aws::Types::PreconditionFailedException
- Inherits:
-
Object
- Object
- Aws::Types::PreconditionFailedException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
3193 3194 3195 |
# File 'sig/types.rbs', line 3193 def @message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3195 3196 3197 |
# File 'sig/types.rbs', line 3195 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
3194 3195 3196 |
# File 'sig/types.rbs', line 3194 def resource_id @resource_id end |