Class: Aws::ImportExport::Types::CreateJobQuotaExceededException

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

Overview

Each account can create only a certain number of jobs per day. If you need to create more than this, please contact [email protected] to explain your particular use case.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The human-readable description of a particular error.

Returns:

  • (String)


168
169
170
171
172
# File 'lib/aws-sdk-importexport/types.rb', line 168

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