Class: Aws::PinpointSMSVoiceV2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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
7171 7172 7173 7174 7175 7176 7177 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7171 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier of the resource.
7171 7172 7173 7174 7175 7176 7177 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7171 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.
7171 7172 7173 7174 7175 7176 7177 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7171 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |