Class: Aws::Types::ExperimentError
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
191 192 193 |
# File 'sig/types.rbs', line 191 def account_id @account_id end |
#code ⇒ ::String
Returns the value of attribute code.
192 193 194 |
# File 'sig/types.rbs', line 192 def code @code end |
#location ⇒ ::String
Returns the value of attribute location.
193 194 195 |
# File 'sig/types.rbs', line 193 def location @location end |