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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#errorTypes::UnsuccessfulItemError

Information about the error.



66298
66299
66300
66301
66302
66303
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66298

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


66298
66299
66300
66301
66302
66303
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66298

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