Class: Aws::Types::DeleteFleetErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFleetErrorItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::DeleteFleetError
Returns the value of attribute error.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
Instance Attribute Details
#error ⇒ Types::DeleteFleetError
Returns the value of attribute error.
4193 4194 4195 |
# File 'sig/types.rbs', line 4193 def error @error end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
4194 4195 4196 |
# File 'sig/types.rbs', line 4194 def fleet_id @fleet_id end |