Class: Aws::PinpointSMSVoiceV2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
A requested resource couldn’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The unique identifier of the resource.
-
#resource_type ⇒ String
The type of resource that caused the exception.
Instance Attribute Details
#message ⇒ String
5862 5863 5864 5865 5866 5867 5868 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5862 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier of the resource.
5862 5863 5864 5865 5866 5867 5868 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5862 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that caused the exception.
5862 5863 5864 5865 5866 5867 5868 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5862 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |