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)


3818
3819
3820
3821
3822
3823
3824
3825
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3818

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

#quota_codeString

The originating quota.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
3825
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3818

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)


3818
3819
3820
3821
3822
3823
3824
3825
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3818

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

#service_codeString

The originating service.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
3825
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3818

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