Class: Aws::Evs::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb

Overview

A service resource associated with the request could not be found. The resource might not be specified correctly, or it may have a state of DELETED.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Describes the error encountered.

Returns:

  • (String)


1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1097

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

#resource_idString

The ID of the resource that could not be found.

Returns:

  • (String)


1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1097

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

#resource_typeString

The type of the resource that is associated with the error.

Returns:

  • (String)


1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1097

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