Class: Aws::S3Files::Types::ServiceQuotaExceededException

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

Overview

The request would exceed a service quota. Review your service quotas and either delete resources or request a quota increase.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the exception.

Returns:

  • (String)


1367
1368
1369
1370
1371
1372
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1367

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

#messageString

Returns:

  • (String)


1367
1368
1369
1370
1371
1372
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1367

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