Class: Aws::RedshiftServerless::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


2963
2964
2965
2966
2967
2968
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2963

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

#messageString

Returns:

  • (String)


2963
2964
2965
2966
2967
2968
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2963

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