Class: Aws::WorkSpacesWeb::Types::ThrottlingException

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

Overview

There is a throttling error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3799
3800
3801
3802
3803
3804
3805
3806
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3799

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

#quota_codeString

The originating quota.

Returns:

  • (String)


3799
3800
3801
3802
3803
3804
3805
3806
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3799

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

#retry_after_secondsInteger

Advice to clients on when the call can be safely retried.

Returns:

  • (Integer)


3799
3800
3801
3802
3803
3804
3805
3806
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3799

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

#service_codeString

The originating service.

Returns:

  • (String)


3799
3800
3801
3802
3803
3804
3805
3806
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3799

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