Class: Aws::DatabaseMigrationService::Types::InvalidResourceStateFault

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

Overview

The resource is in a state that prevents it from being used for database migration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6132
6133
6134
6135
6136
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6132

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