Class: Aws::Types::WAFEntityMigrationException
- Inherits:
-
Object
- Object
- Aws::Types::WAFEntityMigrationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#migration_error_reason ⇒ ::String
Returns the value of attribute migration_error_reason.
-
#migration_error_type ⇒ "ENTITY_NOT_SUPPORTED", ...
Returns the value of attribute migration_error_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def @message end |
#migration_error_reason ⇒ ::String
Returns the value of attribute migration_error_reason.
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.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def migration_error_type @migration_error_type end |