Class: Aws::PinpointSMSVoiceV2::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


4835
4836
4837
4838
4839
4840
4841
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4835

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The unique identifier of the resource.

Returns:

  • (String)


4835
4836
4837
4838
4839
4840
4841
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4835

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource that caused the exception.

Returns:

  • (String)


4835
4836
4837
4838
4839
4840
4841
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4835

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end