Class: Aws::RAM::Types::InvalidResourceTypeException

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

Overview

The operation failed because the specified resource type isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1623
1624
1625
1626
1627
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1623

class InvalidResourceTypeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end