Class: Aws::Types::WAFEntityMigrationException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def message
  @message
end

#migration_error_reason::String

Returns the value of attribute migration_error_reason.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def migration_error_reason
  @migration_error_reason
end

#migration_error_type"ENTITY_NOT_SUPPORTED", ...

Returns the value of attribute migration_error_type.

Returns:

  • ("ENTITY_NOT_SUPPORTED", "ENTITY_NOT_FOUND", "S3_BUCKET_NO_PERMISSION", "S3_BUCKET_NOT_ACCESSIBLE", "S3_BUCKET_NOT_FOUND", "S3_BUCKET_INVALID_REGION", "S3_INTERNAL_ERROR")


1208
1209
1210
# File 'sig/types.rbs', line 1208

def migration_error_type
  @migration_error_type
end