Class: Aws::Types::OrganizationEventDetailsErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationEventDetailsErrorItem
- 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.
347 348 349 |
# File 'sig/types.rbs', line 347 def aws_account_id @aws_account_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
350 351 352 |
# File 'sig/types.rbs', line 350 def end |
#error_name ⇒ ::String
Returns the value of attribute error_name.
349 350 351 |
# File 'sig/types.rbs', line 349 def error_name @error_name end |
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
348 349 350 |
# File 'sig/types.rbs', line 348 def event_arn @event_arn end |