Class: Aws::Types::EnvironmentDetailsError
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentDetailsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "AccessDeniedException", ...
Returns the value of attribute code.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "AccessDeniedException", ...
Returns the value of attribute code.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def code @code end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def environment_id @environment_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def job_id @job_id end |
#message ⇒ ::String
Returns the value of attribute message.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def @message end |