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)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def message
  @message
end

#migration_error_reason::String

Returns the value of attribute migration_error_reason.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

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")


1246
1247
1248
# File 'sig/types.rbs', line 1246

def migration_error_type
  @migration_error_type
end