Class: Aws::S3Files::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

The request was throttled. Retry your request using exponential backoff.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the exception.

Returns:

  • (String)


1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1422

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

#messageString

Returns:

  • (String)


1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1422

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