Class: Aws::SSM::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The request or operation couldn’t be performed because the service is throttling requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


19144
19145
19146
19147
19148
19149
19150
# File 'lib/aws-sdk-ssm/types.rb', line 19144

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

#quota_codeString

The quota code recognized by the Amazon Web Services Service Quotas service.

Returns:

  • (String)


19144
19145
19146
19147
19148
19149
19150
# File 'lib/aws-sdk-ssm/types.rb', line 19144

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

#service_codeString

The code for the Amazon Web Services service that owns the quota.

Returns:

  • (String)


19144
19145
19146
19147
19148
19149
19150
# File 'lib/aws-sdk-ssm/types.rb', line 19144

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