Class: Aws::Types::FailedProfileOutboundRequest
- Inherits:
-
Object
- Object
- Aws::Types::FailedProfileOutboundRequest
- 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 ⇒ "UnknownError", ...
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.
299 300 301 |
# File 'sig/types.rbs', line 299 def client_token @client_token end |
#failure_code ⇒ "UnknownError", ...
Returns the value of attribute failure_code.
301 302 303 |
# File 'sig/types.rbs', line 301 def failure_code @failure_code end |
#id ⇒ ::String
Returns the value of attribute id.
300 301 302 |
# File 'sig/types.rbs', line 300 def id @id end |