Class: Aws::Types::ServiceQuotaExceededException

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)


210
211
212
# File 'sig/types.rbs', line 210

def event_type
  @event_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def message
  @message
end

#quota_code"input-stream-inbound-event-timeout", "input-stream-timeout"

Returns the value of attribute quota_code.

Returns:

  • ("input-stream-inbound-event-timeout", "input-stream-timeout")


208
209
210
# File 'sig/types.rbs', line 208

def quota_code
  @quota_code
end

#service_code"polly"

Returns the value of attribute service_code.

Returns:

  • ("polly")


209
210
211
# File 'sig/types.rbs', line 209

def service_code
  @service_code
end