Class: Aws::ResourceGroupsTaggingAPI::Types::ThrottledException

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

Overview

The request was denied to limit the frequency of submitted requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


804
805
806
807
808
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 804

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