Class: Aws::Types::OrganizationEventDetailsErrorItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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 
  
end

#error_message::String

Returns the value of attribute error_message.



350
351
352
# File 'sig/types.rbs', line 350

def error_message
  @error_message
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