Class: Aws::Types::FailedRequest
- Inherits:
-
Object
- Object
- Aws::Types::FailedRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#failure_code ⇒ "InvalidInput", ...
Returns the value of attribute failure_code.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
306 307 308 |
# File 'sig/types.rbs', line 306 def client_token @client_token end |
#failure_code ⇒ "InvalidInput", ...
Returns the value of attribute failure_code.
308 309 310 |
# File 'sig/types.rbs', line 308 def failure_code @failure_code end |
#id ⇒ ::String
Returns the value of attribute id.
307 308 309 |
# File 'sig/types.rbs', line 307 def id @id end |