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)


3148
3149
3150
3151
3152
3153
3154
3155
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3148

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

#quota_codeString

The originating quota.

Returns:

  • (String)


3148
3149
3150
3151
3152
3153
3154
3155
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3148

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

#retry_after_secondsInteger

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

Returns:

  • (Integer)


3148
3149
3150
3151
3152
3153
3154
3155
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3148

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

#service_codeString

The originating service.

Returns:

  • (String)


3148
3149
3150
3151
3152
3153
3154
3155
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3148

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