Class: Aws::ARCRegionswitch::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
You do not have sufficient access to perform this action.
HTTP Status Code: 403
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
173 174 175 176 177 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 173 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |