Class: Aws::DatabaseMigrationService::Types::InsufficientResourceCapacityFault

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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

#messageString

Returns:

  • (String)


6092
6093
6094
6095
6096
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6092

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