Class: Aws::DatabaseMigrationService::Types::StorageQuotaExceededFault

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

Overview

The storage quota has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



14610
14611
14612
14613
14614
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14610

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