Class: Aws::FMS::Types::InvalidOperationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have submitted an AssociateAdminAccount request for an account ID that was already set as the Firewall Manager administrator. Or you might have tried to access a Region that's disabled by default, and that you need to enable for the Firewall Manager administrator account and for Organizations before you can access it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1726
1727
1728
1729
1730
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1726

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