Class: Aws::Types::BatchDescribeTypeConfigurationsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeTypeConfigurationsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#type_configuration_identifier ⇒ Types::TypeConfigurationIdentifier
Returns the value of attribute type_configuration_identifier.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
69 70 71 |
# File 'sig/types.rbs', line 69 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
70 71 72 |
# File 'sig/types.rbs', line 70 def @error_message end |
#type_configuration_identifier ⇒ Types::TypeConfigurationIdentifier
Returns the value of attribute type_configuration_identifier.
71 72 73 |
# File 'sig/types.rbs', line 71 def type_configuration_identifier @type_configuration_identifier end |