Class: Aws::ChimeSDKMediaPipelines::Types::ThrottledClientException

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

Overview

The client exceeded its request rate limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
3239
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3233

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

#messageString

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
3239
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3233

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

#request_idString

The request ID associated with the call responsible for the exception.

Returns:

  • (String)


3233
3234
3235
3236
3237
3238
3239
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3233

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