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

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def message
  @message
end

#reason"SERVICE_QUOTA_EXCEEDED"

Returns the value of attribute reason.

Returns:

  • ("SERVICE_QUOTA_EXCEEDED")


156
157
158
# File 'sig/types.rbs', line 156

def reason
  @reason
end