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)


7829
7830
7831
# File 'sig/types.rbs', line 7829

def message
  @message
end

#reasonTypes::ServiceQuotaExceededExceptionReason

Returns the value of attribute reason.



7830
7831
7832
# File 'sig/types.rbs', line 7830

def reason
  @reason
end