Class: Aws::Types::ThrottlingException

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.



657
658
659
# File 'sig/types.rbs', line 657

def message
  @message
end

#quota_code::String

Returns the value of attribute quota_code.



658
659
660
# File 'sig/types.rbs', line 658

def quota_code
  @quota_code
end

#service_code::String

Returns the value of attribute service_code.



659
660
661
# File 'sig/types.rbs', line 659

def service_code
  @service_code
end