Class: Aws::EventBridgeV2::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
The caller does not have the permissions required to perform the operation. This error is also returned when the operation cannot use the AWS KMS key for the event bus.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
22 23 24 25 26 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 22 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |