Class: Aws::DatabaseMigrationService::Types::InsufficientResourceCapacityFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::InsufficientResourceCapacityFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
There are not enough resources allocated to the database migration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6446 6447 6448 6449 6450 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6446 class InsufficientResourceCapacityFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |