Class: Aws::WorkspacesInstances::Types::ThrottlingException

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

Overview

Indicates the request rate has exceeded limits.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the throttling event.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
1534
1535
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1528

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

#quota_codeString

Specific code for the throttling quota.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
1534
1535
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1528

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

#retry_after_secondsInteger

Recommended wait time before retrying the request.

Returns:

  • (Integer)


1528
1529
1530
1531
1532
1533
1534
1535
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1528

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

#service_codeString

Code identifying the service experiencing throttling.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
1534
1535
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1528

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