Class: Aws::EC2::Types::UnsuccessfulItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UnsuccessfulItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about items that were not successfully processed in a batch call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::UnsuccessfulItemError
Information about the error.
-
#resource_id ⇒ String
The ID of the resource.
Instance Attribute Details
#error ⇒ Types::UnsuccessfulItemError
Information about the error.
67174 67175 67176 67177 67178 67179 |
# File 'lib/aws-sdk-ec2/types.rb', line 67174 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
67174 67175 67176 67177 67178 67179 |
# File 'lib/aws-sdk-ec2/types.rb', line 67174 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end |