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)


5275
5276
5277
5278
5279
5280
5281
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5275

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

#resource_idString

The unique identifier of the resource.

Returns:

  • (String)


5275
5276
5277
5278
5279
5280
5281
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5275

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)


5275
5276
5277
5278
5279
5280
5281
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5275

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