Class: Aws::Types::AnnotationError
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
Instance Attribute Details
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
103 104 105 |
# File 'sig/types.rbs', line 103 def failure_reason @failure_reason end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def profile_id @profile_id end |
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def statistic_id @statistic_id end |