Class: Aws::Types::OrganizationAffectedEntitiesErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationAffectedEntitiesErrorItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_name ⇒ ::String
Returns the value of attribute error_name.
-
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
307 308 309 |
# File 'sig/types.rbs', line 307 def aws_account_id @aws_account_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
310 311 312 |
# File 'sig/types.rbs', line 310 def end |
#error_name ⇒ ::String
Returns the value of attribute error_name.
309 310 311 |
# File 'sig/types.rbs', line 309 def error_name @error_name end |
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
308 309 310 |
# File 'sig/types.rbs', line 308 def event_arn @event_arn end |