Class: Aws::NetworkManager::Types::AccessDeniedException

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

Overview

You do not have sufficient access to perform this action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


65
66
67
68
69
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 65

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