Class: Aws::Kinesis::Types::ResourceInUseException

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

Overview

The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



2038
2039
2040
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2038

def event_type
  @event_type
end

#messageString

A message that provides information about the error.

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2038

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