Class: Aws::EC2::Types::UnsuccessfulInstanceCreditSpecificationItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::UnsuccessfulInstanceCreditSpecificationItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the burstable performance instance whose credit option for CPU usage was not modified.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error  ⇒ Types::UnsuccessfulInstanceCreditSpecificationItemError 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance.
 
Instance Attribute Details
#error ⇒ Types::UnsuccessfulInstanceCreditSpecificationItemError
The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.
      71644 71645 71646 71647 71648 71649  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71644 class UnsuccessfulInstanceCreditSpecificationItem < Struct.new( :instance_id, :error) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The ID of the instance.
      71644 71645 71646 71647 71648 71649  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71644 class UnsuccessfulInstanceCreditSpecificationItem < Struct.new( :instance_id, :error) SENSITIVE = [] include Aws::Structure end  |