Class: Aws::EC2::Types::UnsuccessfulItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UnsuccessfulItem
- Defined in:
- gems/aws-sdk-ec2/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.
69456 69457 69458 69459 69460 69461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69456 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
69456 69457 69458 69459 69460 69461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69456 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end |