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

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

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


8085
8086
8087
8088
8089
8090
8091
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8085

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

#resource_id ⇒ String

The unique identifier of the resource.

Returns:

  • (String)


8085
8086
8087
8088
8089
8090
8091
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8085

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.

Returns:

  • (String)


8085
8086
8087
8088
8089
8090
8091
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8085

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