Class: Aws::Types::UnsuccessfulAssociationResponseObject
- Inherits:
-
Object
- Object
- Aws::Types::UnsuccessfulAssociationResponseObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
-
#association_type ⇒ ::String
Returns the value of attribute association_type.
-
#association_value ⇒ ::String
Returns the value of attribute association_value.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
19055 19056 19057 |
# File 'sig/types.rbs', line 19055 def application_status_check_id @application_status_check_id end |
#association_type ⇒ ::String
Returns the value of attribute association_type.
19056 19057 19058 |
# File 'sig/types.rbs', line 19056 def association_type @association_type end |
#association_value ⇒ ::String
Returns the value of attribute association_value.
19057 19058 19059 |
# File 'sig/types.rbs', line 19057 def association_value @association_value end |
#reason ⇒ ::String
Returns the value of attribute reason.
19058 19059 19060 |
# File 'sig/types.rbs', line 19058 def reason @reason end |