Class: Aws::ManagedGrafana::Types::ThrottlingException

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

Overview

The request was denied because of request throttling. Retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A description of the error.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1127

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

#quota_codeString

The ID of the service quota that was exceeded.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1127

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

#retry_after_secondsInteger

The value of a parameter in the request caused an error.

Returns:

  • (Integer)


1127
1128
1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1127

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

#service_codeString

The ID of the service that is associated with the error.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1127

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