Class: Aws::Types::OrganizationAffectedEntitiesErrorItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def 
  
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def error_message
  @error_message
end

#error_name::String

Returns the value of attribute error_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def event_arn
  @event_arn
end