Class: Aws::EC2::Types::UnsuccessfulInstanceCreditSpecificationItem

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

Overview

Describes the T2 or T3 instance whose credit option for CPU usage was not modified.

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::UnsuccessfulInstanceCreditSpecificationItemError

The applicable error for the T2 or T3 instance whose credit option for CPU usage was not modified.



36265
36266
36267
36268
36269
# File 'lib/aws-sdk-ec2/types.rb', line 36265

class UnsuccessfulInstanceCreditSpecificationItem < Struct.new(
  :instance_id,
  :error)
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


36265
36266
36267
36268
36269
# File 'lib/aws-sdk-ec2/types.rb', line 36265

class UnsuccessfulInstanceCreditSpecificationItem < Struct.new(
  :instance_id,
  :error)
  include Aws::Structure
end