Class: Aws::Types::BatchGetViewError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetViewError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#view_arn ⇒ ::String
Returns the value of attribute view_arn.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
28 29 30 |
# File 'sig/types.rbs', line 28 def @error_message end |
#view_arn ⇒ ::String
Returns the value of attribute view_arn.
27 28 29 |
# File 'sig/types.rbs', line 27 def view_arn @view_arn end |