Class: Aws::Types::FailedAssociationResult
- Inherits:
-
Object
- Object
- Aws::Types::FailedAssociationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource ⇒ Types::CodeSecurityResource
Returns the value of attribute resource.
-
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
-
#status_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute status_code.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#resource ⇒ Types::CodeSecurityResource
Returns the value of attribute resource.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def resource @resource end |
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def scan_configuration_arn @scan_configuration_arn end |
#status_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute status_code.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def status_code @status_code end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def @status_message end |