Class: Aws::ComputeOptimizerAutomation::Types::NotManagementAccountException

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

#messageString

Returns:

  • (String)


1586
1587
1588
1589
1590
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1586

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