Class: Aws::ConnectCampaignsV2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#x_amz_error_type ⇒ String
A header that defines the error encountered while processing the request.
Instance Attribute Details
#message ⇒ String
1576 1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1576 class ResourceNotFoundException < Struct.new( :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |
#x_amz_error_type ⇒ String
A header that defines the error encountered while processing the request.
1576 1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1576 class ResourceNotFoundException < Struct.new( :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |