Class: Aws::RAM::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb

Overview

The operation failed because it exceeded the rate at which you are allowed to perform this operation. Please try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3808
3809
3810
3811
3812
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3808

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end