Class: Aws::Types::BatchGetCollaborationAnalysisTemplateError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCollaborationAnalysisTemplateError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
309 310 311 |
# File 'sig/types.rbs', line 309 def arn @arn end |
#code ⇒ ::String
Returns the value of attribute code.
310 311 312 |
# File 'sig/types.rbs', line 310 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
311 312 313 |
# File 'sig/types.rbs', line 311 def @message end |