Class: Aws::Ivschat::Errors::ThrottlingException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException

Returns a new instance of ThrottlingException.

Parameters:



175
176
177
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/errors.rb', line 175

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#limitString

Returns:

  • (String)


180
181
182
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/errors.rb', line 180

def limit
  @data[:limit]
end

#messageString

Returns:

  • (String)


185
186
187
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/errors.rb', line 185

def message
  @message || @data[:message]
end

#resource_idString

Returns:

  • (String)


190
191
192
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/errors.rb', line 190

def resource_id
  @data[:resource_id]
end

#resource_typeString

Returns:

  • (String)


195
196
197
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/errors.rb', line 195

def resource_type
  @data[:resource_type]
end