Class: Aws::SSM::Types::OpsItemAccessDeniedException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

You don’t have permission to view OpsItems in the specified account. Verify that your account is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations management account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12886
12887
12888
12889
12890
# File 'lib/aws-sdk-ssm/types.rb', line 12886

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