Class: Aws::Types::FailureDescription
- Inherits:
-
Object
- Object
- Aws::Types::FailureDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#type ⇒ "VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND", ...
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ ::String
Returns the value of attribute details.
496 497 498 |
# File 'sig/types.rbs', line 496 def details @details end |
#type ⇒ "VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND", ...
Returns the value of attribute type.
495 496 497 |
# File 'sig/types.rbs', line 495 def type @type end |