Class: Aws::EC2::Types::UnsuccessfulItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Information about items that were not successfully processed in a batch call.

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::UnsuccessfulItemError

Information about the error.



24143
24144
24145
24146
24147
# File 'lib/aws-sdk-ec2/types.rb', line 24143

class UnsuccessfulItem < Struct.new(
  :error,
  :resource_id)
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


24143
24144
24145
24146
24147
# File 'lib/aws-sdk-ec2/types.rb', line 24143

class UnsuccessfulItem < Struct.new(
  :error,
  :resource_id)
  include Aws::Structure
end