Class: Aws::ComputeOptimizerAutomation::Types::NotManagementAccountException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::NotManagementAccountException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
The operation can only be performed by a management account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-computeoptimizerautomation/types.rb', line 1586 class NotManagementAccountException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |