Class: Aws::Types::ThrottlingException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


322
323
324
# File 'sig/types.rbs', line 322

def event_type
  @event_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def message
  @message
end

#throttling_reasons::Array[Types::ThrottlingReason]

Returns the value of attribute throttling_reasons.

Returns:



321
322
323
# File 'sig/types.rbs', line 321

def throttling_reasons
  @throttling_reasons
end