Class: Aws::Types::JobError
- Inherits:
-
Object
- Object
- Aws::Types::JobError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "ACCESS_DENIED_EXCEPTION", ...
Returns the value of attribute code.
-
#details ⇒ Types::Details
Returns the value of attribute details.
-
#limit_name ⇒ "Assets per revision", ...
Returns the value of attribute limit_name.
-
#limit_value ⇒ ::Float
Returns the value of attribute limit_value.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "REVISION", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#code ⇒ "ACCESS_DENIED_EXCEPTION", ...
Returns the value of attribute code.
664 665 666 |
# File 'sig/types.rbs', line 664 def code @code end |
#details ⇒ Types::Details
Returns the value of attribute details.
665 666 667 |
# File 'sig/types.rbs', line 665 def details @details end |
#limit_name ⇒ "Assets per revision", ...
Returns the value of attribute limit_name.
666 667 668 |
# File 'sig/types.rbs', line 666 def limit_name @limit_name end |
#limit_value ⇒ ::Float
Returns the value of attribute limit_value.
667 668 669 |
# File 'sig/types.rbs', line 667 def limit_value @limit_value end |
#message ⇒ ::String
Returns the value of attribute message.
668 669 670 |
# File 'sig/types.rbs', line 668 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
669 670 671 |
# File 'sig/types.rbs', line 669 def resource_id @resource_id end |
#resource_type ⇒ "REVISION", ...
Returns the value of attribute resource_type.
670 671 672 |
# File 'sig/types.rbs', line 670 def resource_type @resource_type end |