Class: Aws::Types::PartialFailure
- Inherits:
-
Object
- Object
- Aws::Types::PartialFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exception_type ⇒ ::String
Returns the value of attribute exception_type.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_description ⇒ ::String
Returns the value of attribute failure_description.
-
#failure_resource ⇒ ::String
Returns the value of attribute failure_resource.
Instance Attribute Details
#exception_type ⇒ ::String
Returns the value of attribute exception_type.
876 877 878 |
# File 'sig/types.rbs', line 876 def exception_type @exception_type end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
877 878 879 |
# File 'sig/types.rbs', line 877 def failure_code @failure_code end |
#failure_description ⇒ ::String
Returns the value of attribute failure_description.
878 879 880 |
# File 'sig/types.rbs', line 878 def failure_description @failure_description end |
#failure_resource ⇒ ::String
Returns the value of attribute failure_resource.
875 876 877 |
# File 'sig/types.rbs', line 875 def failure_resource @failure_resource end |