Class: Aws::EC2::Types::UnsuccessfulItemError

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

Overview

Information about the error that occurred. For more information about errors, see [Error Codes].

[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


36326
36327
36328
36329
36330
# File 'lib/aws-sdk-ec2/types.rb', line 36326

class UnsuccessfulItemError < Struct.new(
  :code,
  :message)
  include Aws::Structure
end

#messageString

The error message accompanying the error code.

Returns:

  • (String)


36326
36327
36328
36329
36330
# File 'lib/aws-sdk-ec2/types.rb', line 36326

class UnsuccessfulItemError < Struct.new(
  :code,
  :message)
  include Aws::Structure
end