Class: Aws::ComputeOptimizer::Types::OptInRequiredException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComputeOptimizer::Types::OptInRequiredException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-computeoptimizer/types.rb
 
Overview
The account is not opted in to Compute Optimizer.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      5079 5080 5081 5082 5083  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 5079 class OptInRequiredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |