Class: Aws::Types::BatchGetSchemaAnalysisRuleError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSchemaAnalysisRuleError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
330 331 332 |
# File 'sig/types.rbs', line 330 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
331 332 333 |
# File 'sig/types.rbs', line 331 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
328 329 330 |
# File 'sig/types.rbs', line 328 def name @name end |
#type ⇒ "AGGREGATION", ...
Returns the value of attribute type.
329 330 331 |
# File 'sig/types.rbs', line 329 def type @type end |