Class: Aws::EC2::Types::UnsuccessfulInstanceCreditSpecificationItemError

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


36565
36566
36567
36568
36569
# File 'lib/aws-sdk-ec2/types.rb', line 36565

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

#messageString

The applicable error message.

Returns:

  • (String)


36565
36566
36567
36568
36569
# File 'lib/aws-sdk-ec2/types.rb', line 36565

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