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.
4057 4058 4059 |
# File 'sig/types.rbs', line 4057 def error @error end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
4058 4059 4060 |
# File 'sig/types.rbs', line 4058 def fleet_id @fleet_id end |