Class: Aws::ComputeOptimizer::Types::OptInRequiredException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/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

#messageString

Returns:

  • (String)


4784
4785
4786
4787
4788
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4784

class OptInRequiredException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end