Class: Aws::DatabaseMigrationService::Types::ResourceQuotaExceededFault

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

Overview

The quota for this resource quota has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11946
11947
11948
11949
11950
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11946

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