Class: Aws::BCMDashboards::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
The specified resource (dashboard, policy, or widget) was not found. Verify the ARN and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
683 684 685 686 687 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 683 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |